home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / biology / enzyme.sit / Enzyme Kinetics / background_5985.txt < prev    next >
Encoding:
Text File  |  1989-08-04  |  2.9 KB  |  145 lines

  1. -- background: 5985 from stack: in
  2. -- bmap block id: 2457
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Help.back
  6. ----- HyperTalk script -----
  7. on opencard
  8.   -- eat msg
  9. end opencard
  10.  
  11. on closecard
  12.   -- eat msg
  13. end closecard
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 80
  19. -- high flags: 0007
  20. -- rect: left=29 top=60 right=284 bottom=492
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 0
  24. -- font id: 34
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: helpText
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=1 top=316 right=341 bottom=26
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 21700 / 21700
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: H/Q
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   Answer "Would you like to quit or go Home?" With "Cancel" or "Quit" or "Home"
  46.   if it is "Quit" Then doMenu "Quit Hypercard"
  47.   if it is "Home" Then
  48.     visual effect iris close
  49.     go Home
  50.   else exit mouseUp
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=26 top=316 right=340 bottom=54
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 29019 / 29019
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: To Intro
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   visual effect iris close
  70.   go to card "Intro"
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part 4 (button)
  76. -- low flags: 00
  77. -- high flags: 2000
  78. -- rect: left=54 top=317 right=340 bottom=82
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 1012 / 1012
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Return
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   visual effect iris close
  90.   pop card
  91. end mouseUp
  92.  
  93.  
  94.  
  95. -- part 5 (field)
  96. -- low flags: 00
  97. -- high flags: 0000
  98. -- rect: left=109 top=24 right=46 bottom=386
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 1
  102. -- font id: 33
  103. -- text size: 18
  104. -- style flags: 256
  105. -- line height: 24
  106. -- part name: title
  107.  
  108.  
  109. -- part 6 (button)
  110. -- low flags: 00
  111. -- high flags: 2000
  112. -- rect: left=457 top=320 right=342 bottom=482
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 1014 / 1014
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Prev
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   visual effect wipe right
  124.   go to previous card
  125. end mouseUp
  126.  
  127.  
  128. -- part 7 (button)
  129. -- low flags: 00
  130. -- high flags: 2000
  131. -- rect: left=481 top=320 right=342 bottom=509
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 1013 / 1013
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Next
  140. ----- HyperTalk script -----
  141. on mouseUp
  142.   visual effect wipe left
  143.   go to next card
  144. end mouseUp
  145.